home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / QuickDraw™ GX / Programming Stuff / Sample Code / Graphics Samples / Test Cubics (cubic to quad) ƒ / TestCubics.make < prev    next >
Encoding:
Text File  |  1995-04-10  |  2.0 KB  |  59 lines  |  [TEXT/MPS ]

  1. #   File:       TestCubics.make
  2. #   Target:     TestCubics
  3. #   Sources:    'cubic library(Cubics2).c'
  4. #               TestCubics.c
  5. #               TestCubics.r
  6. #               "{GXLIBRARIES}graphics debug library.c"
  7. #               "{GXLIBRARIES}transferMode library.c"
  8. #               "{GXLIBRARIES}transform library.c"
  9. #               "{GXLIBRARIES}shape library.c"
  10. #   Created:    Thursday, September 10, 1992 4:43:00 PM
  11.  
  12. # ------- Alias to the library files ------- #
  13.  
  14. GXLIBRARIES  = Backwash:QuickDraw™ GX Libraries:Graphics Libraries:
  15.  
  16. OBJECTS = ∂
  17.         'cubic library(Cubics2).c.o' ∂
  18.         TestCubics.c.o ∂
  19.         "{GXLIBRARIES}graphics debug library.c.o" ∂
  20.         "{GXLIBRARIES}transferMode library.c.o" ∂
  21.         "{GXLIBRARIES}transform library.c.o" ∂
  22.         "{GXLIBRARIES}shape library.c.o"
  23.  
  24. TestCubics ƒƒ TestCubics.make TestCubics.r
  25.     Rez TestCubics.r -append -o TestCubics
  26.  
  27. TestCubics ƒƒ TestCubics.make {OBJECTS}
  28.     Link -t APPL -c '????' ∂
  29.         {OBJECTS} ∂
  30.         "{CLibraries}"CSANELib.o ∂
  31.         "{CLibraries}"Math.o ∂
  32.         "{CLibraries}"StdClib.o ∂
  33.         "{Libraries}"Runtime.o ∂
  34.         "{Libraries}"Interface.o ∂
  35.         -o TestCubics
  36. 'cubic library(Cubics2).c.o' ƒ TestCubics.make 'cubic library(Cubics2).c'
  37.      C -r  'cubic library(Cubics2).c' ∂
  38.      -d applec -i "{CIncludes}"     
  39.  
  40. TestCubics.c.o ƒ TestCubics.make TestCubics.c
  41.      C -r  TestCubics.c ∂
  42.      -d applec -i "{CIncludes}"     
  43.  
  44. "{GXLIBRARIES}graphics debug library.c.o" ƒ TestCubics.make "{GXLIBRARIES}graphics debug library.c"
  45.      C -r  "{GXLIBRARIES}graphics debug library.c" ∂
  46.      -d applec -i "{CIncludes}"     
  47.  
  48. "{GXLIBRARIES}transferMode library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transferMode library.c"
  49.      C -r  "{GXLIBRARIES}transferMode library.c" ∂
  50.      -d applec -i "{CIncludes}"     
  51.  
  52. "{GXLIBRARIES}transform library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transform library.c"
  53.      C -r  "{GXLIBRARIES}transform library.c" ∂
  54.      -d applec -i "{CIncludes}"     
  55.  
  56. "{GXLIBRARIES}shape library.c.o" ƒ TestCubics.make "{GXLIBRARIES}shape library.c"
  57.      C -r  "{GXLIBRARIES}shape library.c" ∂
  58.      -d applec -i "{CIncludes}"     
  59.